Use All Skills Edit the game.cfg file and change or add the following line:
AllCombos = 1
You can now use all skills without learning them regardless of level requirement.
Console Cheats After enabling the console, press ; (semi-colon) while playing and then type any of the following cheat codes:
Code: | Result: | cheat("advance",amount) | Add Advancement Points | cheat ("strength",amount) | Add Blood Magic | cheat("experience",amount) | Add Experience | cheat ("spell",amount) | Add Soul Magic | SetMoveSpd(mc_ID,amount) | Change Movement Speed | CoverMap() | Cover Map | ExportHero("name") | Export Hero | cheat("health") | Full Health (Revive Dead) | cheat("mana") | Full Mana | AddGold(mc_ID,amount) | Give Guilders | SetImmortal(mc_ID,0) | God Mode Off | SetImmortal(mc_ID,1) | God Mode On | ImportHero("name") | Import Hero | UncoverMap() | Reveal Map |
Debug Mode Cheats After enabling the debug cheats, you can now use the following keys in game:
Code: | Result: | F7 | Instant Level Up | 9 | Toggle GUI | 0 | Toggle Red Lines | F8 | Wireframe Mode |
Cheat mode Open the game.cfg file from your installation folder with Notepad. Change the line that says:
Debug = 0 to Debug = 1
Also, to enable the cheat console, add the following line to the game.cfg file:
AllowConsole=1 |